Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 295 Bytes

File metadata and controls

14 lines (11 loc) · 295 Bytes

List Value

concept {
    IfcPropertyListValue:Name -> IfcIdentifier
    IfcPropertyListValue:Description -> IfcText
    IfcPropertyListValue:ListValues -> IfcValue
    IfcPropertyListValue:Name[binding="PropertyName"]
    IfcPropertyListValue:ListValues[binding="Value"]
}